From 26aa8c7c6da25d599678791ae209f25af12ba86f Mon Sep 17 00:00:00 2001 From: "Daniel Campoverde [alx741]" Date: Mon, 16 May 2016 19:34:40 -0500 Subject: [PATCH] Man pages: Improve cargo-build description --- src/etc/man/cargo-build.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/man/cargo-build.1 b/src/etc/man/cargo-build.1 index 2b1393b7a..b3aefa316 100644 --- a/src/etc/man/cargo-build.1 +++ b/src/etc/man/cargo-build.1 @@ -1,4 +1,4 @@ -.TH "CARGO" "1" "May 2016" "The Rust package manager" "Cargo Manual" +.TH "CARGO\-BUILD" "1" "May 2016" "The Rust package manager" "Cargo Manual" .hy .SH NAME .PP @@ -8,7 +8,7 @@ cargo\-build \- Compile the current project \f[I]cargo build\f[] [OPTIONS] .SH DESCRIPTION .PP -This command compiles the current project. +Compile a local package and all of its dependencies. .PP If the \f[B]\-\-package\f[] argument is given, then \f[I]SPEC\f[] is a package id specification which indicates which package should be built. -- 2.30.2